projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5ed90
)
(EMACS_INT, EMACS_UINT): Define, if not already defined.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 00:51:52 +0000
(
00:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 00:51:52 +0000
(
00:51
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index d49fb527b18d27c334b5971202b65f610d3f32b6..bce12d63e6bde661e1fb22fc458f4b7a17291c9d 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-18,6
+18,14
@@
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+/* These are default choices for the types to use. */
+#ifndef EMACS_INT
+#define EMACS_INT int
+#endif
+#ifndef EMACS_UINT
+#define EMACS_UINT unsigned int
+#endif
+
/* Define the fundamental Lisp data structures */
/* This is the set of Lisp data types */